home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Suzy B Software 2
/
Suzy B Software CD-ROM 2 (1994).iso
/
extras
/
programm
/
gemfsc19
/
gemfsc19.lzh
/
GEMFBIND
/
VQTATTR.S
< prev
next >
Wrap
Text File
|
1993-03-16
|
911b
|
35 lines
;*========================================================================
;* VDIFAST Public Domain VDI bindings.
;*========================================================================
;*------------------------------------------------------------------------
;* Inquire text attributes.
;*------------------------------------------------------------------------
globl _vqt_attributes
_vqt_attributes:
; .cargs #8,handle.w,attrib.l
handle = 8
attrib = 10
link a6,#0
; VContrl #38
move.w handle(a6),-(sp) ; contrl[6]
clr.l -(sp) ; contrl[5,4]
clr.l -(sp) ; contrl[3,2]
clr.w -(sp) ; contrl[1]
move.w #38,-(sp) ; contrl[0]
move.l attrib(a6),a0
pea 12(a0) ;* -> ptsout
move.l a0,-(sp) ;* -> intout
subq.l #8,sp ;* -> ptsin, intin
pea 16(sp) ;* -> contrl
jmp vdicall
end